home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2001 December / pcwk12201b.iso / Wersje pelne i specjalne / dxFoczka 1.2 dla PCWK / dxFoczka.exe / 0 / RCDATA / TAUTOROKNO / TAUTOROKNO.txt < prev   
Text File  |  2001-10-04  |  2KB  |  93 lines

  1. object AutorOkno: TAutorOkno
  2.   Left = 200
  3.   Top = 108
  4.   BorderStyle = bsDialog
  5.   Caption = 'O programie dxFoczka.'
  6.   ClientHeight = 213
  7.   ClientWidth = 298
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = True
  15.   Position = poScreenCenter
  16.   OnCreate = FormCreate
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object Panel1: TPanel
  20.     Left = 8
  21.     Top = 8
  22.     Width = 281
  23.     Height = 161
  24.     BevelInner = bvRaised
  25.     BevelOuter = bvLowered
  26.     ParentColor = True
  27.     TabOrder = 0
  28.     object ProgramIcon: TImage
  29.       Left = 8
  30.       Top = 8
  31.       Width = 65
  32.       Height = 57
  33.       Picture.Data = {<image000.bmp>}
  34.       Stretch = True
  35.       IsControl = True
  36.     end
  37.     object ProductName: TLabel
  38.       Left = 88
  39.       Top = 16
  40.       Width = 70
  41.       Height = 13
  42.       Caption = 'dxFoczka.EXE'
  43.       IsControl = True
  44.     end
  45.     object Version: TLabel
  46.       Left = 88
  47.       Top = 40
  48.       Width = 86
  49.       Height = 13
  50.       Caption = 'Wersja 1.2.PCWK'
  51.       IsControl = True
  52.     end
  53.     object Copyright: TLabel
  54.       Left = 8
  55.       Top = 72
  56.       Width = 266
  57.       Height = 13
  58.       Caption = 'Prawa autorskie:   Marek Nowicki, 04 pa∩┐╜dziernika 2001'
  59.       IsControl = True
  60.     end
  61.     object Comments: TLabel
  62.       Left = 8
  63.       Top = 112
  64.       Width = 247
  65.       Height = 26
  66.       Caption = 
  67.         'Program generuje wsp∩┐╜rz∩┐╜dne w∩┐╜z∩┐╜∩┐╜w i numeracj∩┐╜ element∩┐╜w MES na' +
  68.         ' podstawie rysunku z pliku DXF.'
  69.       WordWrap = True
  70.       IsControl = True
  71.     end
  72.     object Label1: TLabel
  73.       Left = 96
  74.       Top = 88
  75.       Width = 81
  76.       Height = 13
  77.       Caption = 'budkom@data.pl'
  78.       OnClick = Label1Click
  79.     end
  80.   end
  81.   object OKButton: TButton
  82.     Left = 111
  83.     Top = 180
  84.     Width = 75
  85.     Height = 25
  86.     Caption = 'OK'
  87.     Default = True
  88.     ModalResult = 1
  89.     TabOrder = 1
  90.     OnClick = OKButtonClick
  91.   end
  92. end
  93.